Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NFont Class / GetTextPath Method / GetTextPath(Char[],NPoint,Double,NPaintTextPointSettings) Method


In This Topic
    GetTextPath(Char[],NPoint,Double,NPaintTextPointSettings) Method
    In This Topic
    Gets the text path
    Syntax
    'Declaration
     
    
    Public Overloads Function GetTextPath( _
       ByVal text() As System.Char, _
       ByVal location As NPoint, _
       ByVal resolution As System.Double, _
       ByRef settings As NPaintTextPointSettings _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NFont
    Dim text() As System.Char
    Dim location As NPoint
    Dim resolution As System.Double
    Dim settings As NPaintTextPointSettings
    Dim value As NGraphicsPath
     
    value = instance.GetTextPath(text, location, resolution, settings)
    public NGraphicsPath GetTextPath( 
       System.char[] text,
       NPoint location,
       System.double resolution,
       ref NPaintTextPointSettings settings
    )

    Parameters

    text
    location
    resolution
    settings
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also